Question
Select Answer
3.1
int *f()
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.2
Multiple initializations in a for loop
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.3
Data type to conserve memory
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.4
+ AB
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.5
A loop that must be executed at least once
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.6
The Goto statement
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.7
const char mg[] = "warning"
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.8
x+=(2<<3)
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.9
Address of a variable
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int
3.10
char *day[13]
Select
is equivalent to a[1][2];
,
union
Prefix
do-while
exit from some deeply nested structure (e.g. two or more loops) at once
occupy 7 bytes
x=x+2*2*2
pointer
Function returning pointer to int